home *** CD-ROM | disk | FTP | other *** search
- object InputForm: TInputForm
- Left = 124
- Top = 145
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'InputForm'
- ClientHeight = 319
- ClientWidth = 652
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 43
- Height = 13
- Caption = 'Example:'
- end
- object Label2: TLabel
- Left = 8
- Top = 40
- Width = 76
- Height = 13
- Caption = 'Regname: Hello'
- end
- object Label4: TLabel
- Left = 8
- Top = 56
- Width = 504
- Height = 13
- Caption =
- 'Regcode: 42315224-99023523-15971377-22391111-31316917-16775345-1' +
- '13194B6443FC5223152FBA0'
- WordWrap = True
- end
- object Label5: TLabel
- Left = 8
- Top = 80
- Width = 74
- Height = 16
- Caption = 'Must 2 line'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object FaceIco: TImage
- Left = 16
- Top = 276
- Width = 33
- Height = 37
- end
- object Memo1: TMemo
- Left = 8
- Top = 104
- Width = 633
- Height = 161
- TabOrder = 0
- WordWrap = False
- end
- object Button1: TButton
- Left = 472
- Top = 280
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 552
- Top = 280
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-